[Top] [Prev] [Next] [Bottom]
[Contents]
SaGetThisSiteCbs
Gets the population callback structure for the named site registered on the Sapphire request.
#include "SaRnHtml.h"
SaCallbackStruct* SaGetThisSiteCbs SUTPROTO((pSgeWorkCallData
p, char* site));
Arguments
- p
- Pointer to a previous Sapphire request structure.
- site
- A string specifying the name of a data site.
Return Values
A Sapphire population callback structure or NULL if the named site is not registered for the input Sapphire request.
Gets the population callback structure for the named site registered on the Sapphire request.
SaCallbackStruct* cbs;
pSgeWorkCallData prev;
cbs = SaGetThisSiteCbs(prev, "thissite");
SaPopulateTableAll(NULL, NULL, cbs);
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.